func strconv.eiselLemire64
3 uses
strconv (current package)
atof.go#L638: f, ok := eiselLemire64(mantissa, exp, neg)
atof.go#L646: fUp, ok := eiselLemire64(mantissa+1, exp, neg)
eisel_lemire.go#L25: func eiselLemire64(man uint64, exp10 int, neg bool) (f float64, ok bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)